<!DESCRIPTION>Alert a basic message to your visitors when they visit your webpage. And to not irritate them, the script controls the frequency of this alert to only once per browser session.
<!/DESCRIPTION>
<!CATEGORY>messages<!/CATEGORY>
<!SCRIPT>
<!-- START OF SCRIPT -->
<script>
//specify message to alert
var alertmessage="hello world"
///No editing required beyond here/////
//Alert only once per browser session (0=no, 1=yes)